#popup_container {
	font-size: 1.6em;
	min-width: 250px;
	max-width: 300px;
	background: #FFF;
	border: solid 1px #fff;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #656668;
	border: solid 1px #FFF;
	cursor: default;
	padding: 0em;
	margin: 0em;
	margin-top: 1em;
}

#popup_content {
	padding: 0em 1.75em 1em;
	margin: 0em;
}

#popup_content.alert {
	
}

#popup_content.confirm {
	
}

#popup_content.prompt {
	
}

#popup_message {
	text-align: center;
	font-size:12px;
}

#popup_panel {
	text-align: center;
	border-top: 1px solid #e3e3e3;
    padding: 0.5em 0;
}
#popup_panel input{
    border: none;
    background-color: #fff;
    color: #228bfe;
    outline:none;
    cursor:pointer;
    font-size: 16px;
}
#popup_prompt {
	margin: .5em 0em;
}